home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / 3160 / README.DOC < prev    next >
Text File  |  1992-05-09  |  10KB  |  233 lines

  1.                        AQUARIUM (c) 1991, 1992
  2.  
  3. Reading the README.DOC file with VIEW.COM program.
  4.  
  5.   o  Use the UP/DOWN,  PG UP/PG DOWN,  HOME/END, LEFT/RIGHT keys to navigate
  6.      thru the document.
  7.   o  Use the ESC key to exit out of VIEW.COM back to DOS.
  8.   o  VIEW.COM can be used to read any text document file.
  9.   o  SYNTAX:    VIEW [drive][path] textfile.doc
  10.               Where textfile.doc is any text based file to view.
  11.               Where path is optional if VIEW.COM resides in the same
  12.                     directory the textfile exists.  To read a text file
  13.                     that is not in the same directory that VIEW.COM program
  14.                     is,  just simply include the entire path.
  15.               Where drive is the location of the textfile.  If the textfile.doc
  16.                     is on the current drive then the drive is not needed.
  17.                     ex:  VIEW A:\README.DOC
  18.                     The textfile README.DOC is on the floppy in drive A:
  19.                     in the root directory.
  20.  
  21. Remember use the ESC key to exit.
  22.  
  23.  
  24. Discription:
  25.  
  26. AQUARIUM turns your monitor into a eye-catching fish tank.
  27. Aquariums are a proven method of relaxing.   This realistic aquarium
  28. lets you control the number and type of fish, display floating messages
  29. in the background, make the fish change direction,  and more.
  30. Includes both a display and screen save mode of operation.
  31.  
  32. Minimum requirements:
  33.  
  34.      XT IBM compatible
  35.      EGA color monitor with 256K video memory
  36.      DOS 2.1 or greater
  37.      292k DOS memory
  38.  
  39.      Mouse is OPTIONAL
  40.  
  41. Compatability:
  42. In order to move large amounts of objects,  while in high resolution
  43. EGA screen mode 640 x 350,  all the video routines were written in
  44. assembly code.  Further,  direct writes to the video registers had
  45. to be performed.
  46. AQUARIUM has been tested on NCR, ZENITH, MIT, GATEWAY, PACKARD BELL,
  47. EVEREX, COMPAC, EPSON, TECH486, and MAX  machines succesfully.
  48.  
  49. About AQUARIUM:
  50. Aquarium is a real attention getter.
  51. No matter what message I put on my screen IT GETS READ.....
  52.  
  53. You may notice some changes to AQUARIUM.   The most recent addition
  54. was BIG Eyes, Divers Bell, Flood Lite, Seahorse, and the new crate wall-
  55. paper for the Control Panel.
  56.  
  57. BIG EYES was origionally a small OSCAR, but experimenting with cartoon
  58. looking features resulted in the BIG EYES creature.  The Flood Lite
  59. will slow the action down if you are running on an XT (8086) machine.
  60. You may want to avoid using the Flood Lite except with sparcely populated
  61. aquariums.
  62. _________________________________________________________________________
  63.              INSTALLING AQUARIUM ON YOUR HARD DISC
  64.  
  65.     o    Insert the AQUARIUM diskette in drive A: and close the door.
  66.          Next, log onto drive A: by typing 'A:' followed by ENTER key.
  67.  
  68.     o    Start the installation by typing  'INSTALL C:'
  69.  
  70.                    Syntax:   INSTALL Drive:
  71.  
  72.         Where 'Drive:' is the drive letter of the hard disk drive
  73.         where you wish to install this program.
  74.         Such as   C:  or  D:  ect.
  75. _________________________________________________________________________
  76.                     SITE LICENSE INFORMATION
  77.  
  78. Information about a SITE License is available in the file SITE.DOC.
  79. View the SITE.DOC by using the included VIEW.COM program.
  80.  
  81. Type:                  VIEW SITE.DOC         (Press Enter key)
  82.  
  83. Use the arrow up, down, pg up, down to browse.
  84. To exit the VIEW program press ESC key.
  85.  
  86. To print out the SITE.DOC document, use the DOS copy command.
  87. Put printer ON LINE first.
  88.  
  89. Type:                COPY SITE.DOC LPT1      (Press Enter key)
  90.  
  91. ______________________________________________________________________
  92.  
  93.                    QUICK STARTING AQUARIUM
  94. If you want to run AQUARIUM without stopping at the control panel
  95. screen then start AQUA with the /R switch as follows:
  96.  
  97. C:> AQUA /R
  98.  
  99. This is handy if you want to launch AQUARIUM from a single ICON click
  100. while in Windows.  With your registered version,  the last configuration
  101. when AQUARIUM was exited will be the current configuration invoked here.
  102. _________________________________________________________________________
  103.  
  104.                    RUNNING FROM A BATCH FILE
  105. To run AQUARIUM from a batch file include these two lines:
  106.                        CD C:\AQUARIUM
  107.                        AQUA [/R]
  108.  
  109. Note: The [/R] is optional.
  110.       C: = drive (replace with d:  if using D drive etc.)
  111.       CD = DOS command to Change Directory
  112.       AQUA =  The AQUARIUM program
  113. Assuming you have loaded Aquarium files onto your hard drive in the
  114. directory called AQUARIUM, if not replace the directory \AQUARIUM with the
  115. appropriate directory name.
  116.  
  117. _________________________________________________________________________
  118.  
  119.                    RUNNING AQUARIUM FROM WINDOWS 3.x
  120.  
  121. AQUARIUM is a DOS program and should be configured in WINDOWS as a DOS
  122. program group, and will carry a DOS icon.  Since AQUARIUM is not a WINDOWS
  123. application, AQUARIUM will take over the screen completely.
  124. Upon exiting AQUARIUM you will return to the WINDOWS environment.
  125. To set up for running AQUARIUM in WINDOWS, do the following:
  126.  
  127.     o   From the Program Manager, select the NON-WINDOWS APPLICATION icon
  128.         and maximize this window.
  129.     o   Open the FILE menu and select NEW.  (NEW PROGRAM OBJECT)
  130.     o   Select PROGRAM ITEM.
  131.         You will now be in the Program Item Properties window.
  132.  
  133.         In the Description box  put            AQUARIUM
  134.         In the Command Line box put            C:\AQUARIUM\AQUA [/R]
  135.  
  136.         Where C: is equal to the drive where AQUARIUM program is located.
  137.         Where \AQUARIUM\ is the path (directory) where AQUARIUM files are.
  138.         Where AQUA is the AQUARIUM program.
  139.         Where /R is optional.  If you want to start animation immediately
  140.         without stopping at the Control Panel then include the /R. If not
  141.         then use C:\AQUARIUM\AQUA  only.
  142.     o   Select the OK button.  If there were no errors then you will now
  143.         see the DOS icon for AQUARIUM.  To run AQUARIUM, double click on
  144.         the AQUARIUM icon.  Upon exiting AQUARIUM you will return back
  145.         to WINDOWS.
  146.  
  147.  
  148. _________________________________________________________________________
  149.  
  150. When our space shuttle put the jelly fish into orbit, I had AQUARIUM
  151. running on our work PC with lots of jelly fish and the caption:
  152.  
  153.            WE HAVE OBTAINED ORBITAL VELOCITY.......
  154.  
  155. AQUARIUM was fun program to develop, but not as much fun as watching
  156. other people see it for the first time.
  157.  
  158.  
  159.                         THE RACE IS ON
  160. Put some mixture of fish in your Aquarium, then hold down the right-
  161. arrow key to move all the fish to the right side of the Aquarium,
  162. waiting until all fish are far right as possible, then release the
  163. right-arrow key.  This now starts the official RACE across the Aquarium.
  164. The first one to the treasure chest wins!
  165.  
  166.  
  167.                         AQUARIUM TRIVIA
  168. The treasure chest contains valuable jewels, but rumor has it that the
  169. chest is haunted by the remains of a thirsty pirate who has the taste
  170. for RUM.
  171. If this pirate drank too much, then it might explain why the sea weeds are
  172. planted in different locations each time AQUARIUM is started.....
  173.  
  174.               AQUARIUM IS NOT AN AUTOMATIC SCREEN SAVER
  175. I have had a lot of requests that AQUARIUM be made TSR (Terminate and Stay
  176. Resident) in order to "automatically" take over the screen when there is
  177. no keyboard activity.  New release AquaTSR(c) read below.
  178.  
  179. AQUARIUM was origionally made for just entertainment,  but having the ability
  180. to display objects that DO NOT remain in one spot qualifies AQUARIUM as having
  181. screen saving abilities, but in no way automatic.   When selecting the Screen
  182. Save button, while in the Control Panel, tells AQUARIUM not to display
  183. stationary objects during animation.  This button does not cause AQUARIUM to
  184. remain in memory (resident) when exiting the program.
  185.  
  186.  
  187. At work I have had people display the message
  188.  
  189.           "ON VACATION, BE BACK THURSDAY, JUNE ...."
  190.  
  191. and leave AQUARIUM running for 1 or 2 weeks.  I don't recommend this, but
  192. when leaving you PC for several hours,  you should use some method
  193. of protection from burning images onto the screen.  This could include
  194. turning down the brightness, powering off only the monitor, or starting up
  195. AQUARIUM with screen save mode selected.
  196.  
  197. ------------------------------------------------------------------------------
  198.                     AquaTSR(c) NEW RELEASE
  199.  
  200. Due to the large request to use AQUARIUM as an AUTOMATIC screen saver, I
  201. have now created a TSR (Terminate & Stay Resident) version called AquaTSR(c).
  202. AquaTSR will require DOS 3.x and will NOT be compatible with Microsoft
  203. WINDOWS.  AquaTSR is now ready for distribution.
  204.  
  205. AquaTSR(c) features many of the fish you currently enjoy in AQUARIUM.
  206. AquaTSR can be unloaded from a batch file, so that if you want to start up
  207. WINDOWS you can unload AquaTSR first and then load it up again when you
  208. finish WINDOWS automatically.
  209.  
  210. Description:
  211.     An automatic screen saving program that features many of the creatures
  212.     swimming in the AQUARIUM program such as Seahorse, Divers Bell, Oscar,
  213.     Angel and more.  Not compatible with WINDOWS.  The AquaTSR Control
  214.     Panel (AQUACP.EXE) lets you select fish, create messages, unload and
  215.     load the AquaTSR program etc.
  216.  
  217. AquaTSR minimum requirements:
  218.     DOS 3.x or higher
  219.     XT turbo machine (10mhz)
  220.     190K cpu memory,  4.6k when resident!
  221.     EGA or VGA color monitor, with 256K video memory
  222.     Hard Drive with 840k available- this includes space for program swap
  223.                                     and video file save when AquaTSR is
  224.                                     activated.
  225.     Registration is $15.95  (USA currency)
  226.     Ask your local BBS or Shareware distributers for a demo copy.
  227.  
  228.  
  229. Regards
  230. Ron Gray
  231.  
  232.  
  233.